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