getCustomStatus

@GET(value = "/api/rainbow/enduser/v1.0/users/{userId}/custom-status")
abstract suspend fun getCustomStatus(@Path(value = "userId") userId: String): RainbowResult<CustomStatus>