setCustomStatus

@POST(value = "/api/rainbow/enduser/v1.0/users/{userId}/custom-status")
abstract suspend fun setCustomStatus(@Path(value = "userId") userId: String, @Body body: CustomStatus): RainbowResult<Unit>