Authorization: Bearer ********************
curl --location --request DELETE '/suppliers/' \ --header 'Authorization: Bearer <token>'
{ "error": true, "messages": [ "Supplier has pending associations that must be removed" ] }