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