curl --location --request POST '/api/v1/accounts//conversations//toggle_priority' \ --header 'Content-Type: application/json; charset=utf-8' \ --data-raw '{ "priority": "urgent" }'
{}