curl --location --request DELETE 'http://127.0.0.1:8000/api/v1/images/21' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {{token}}'
{ "status": true, "message": "string", "time": 0 }