curl -L \ --request POST \ --url 'https://api.zydon.com.br/api/sales/sales/{id}/statuses' \ --header 'Authorization: Bearer JWT' \ --header 'Content-Type: application/json' \ --data '{ "status_id": "text" }'
{ "id": "123e4567-e89b-12d3-a456-426614174000", "name": "text", "title": "text", "sub_title": "text", "type": "PENDING", "background_color": "text", "font_color": "text" }