cURL
curl --request POST \ --url https://api.selltrust.com.br/api/v1/order/{internalId}/notes \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "content": "<string>" } '
{ "id": "uuid-da-nota", "order_id": "uuid-do-pedido", "content": "Cliente solicitou entrega expressa", "created_at": "2024-01-01T10:00:00.000Z", "updated_at": "2024-01-01T10:00:00.000Z" }
Bearer <seu_token>