ProvidersRequestApprovalResponse.AwaitingAdministratorApproval¶
Response type used as part of the approval process
data class AwaitingAdministratorApproval(
    val token: String,
    val type: String /* "awaiting_admin_approval" */,
)