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