Authorization: Bearer ********************
{ "status":true // true | false }
curl --location --request POST '/admin/change-tax-rate-status/' \ --header 'Content-Type: application/json' \ --data-raw '{ "status":true // true | false }'
{}