curl --location --request DELETE '/products/192' \ --header 'Accept: application/json' \ --header 'Accept-Language: {{lang}}'
{ "status": "success", "message": "Product deleted successfully", "data": null }