/resource-files
Ok
An internal server error was thrown
curl -L \ --request POST \ --url 'https://api.zydon.com.br/api/sales/resource-files' \ --header 'Authorization: Bearer JWT' \ --header 'Content-Type: multipart/form-data' \ --data '{"files":[null]}'
{ "resourceFiles": [ { "id": "text", "fileName": "text" } ] }
/resource-files/{id}
OK
File was not found
Internal server error
curl -L \ --url 'https://api.zydon.com.br/api/sales/resource-files/{id}?organization_id=123e4567-e89b-12d3-a456-426614174000'
text
curl -L \ --request DELETE \ --url 'https://api.zydon.com.br/api/sales/resource-files/{id}' \ --header 'Authorization: Bearer JWT'
{}