curl --location --request DELETE 'https://api.pibox.com/api/v2/favorites' \ --header 'Content-Type: application/json' \ --data '{ "type": "project", "id": 0 }'
{ "error": { "code": "string", "message": "string" } }