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