Authorization: Bearer ********************
{ "status":true }
curl --location '/admin/change-service-charge-status/' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "status":true }'
{}