Authorization: Bearer ********************
curl --location --request DELETE 'http://localhost:8000/api/v1/suppliers/13' \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Berhasil menghapus data", "data": [] }