Authorization: Bearer ********************
curl --location --request DELETE 'https://test.your-api-server.com/freelancer/proposals/2' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer <token>'
{ "code": 0, "message": "string", "data": [ null ] }