Authorization: Bearer ********************
{ "value" :7.5 }
curl --location --request POST '/admin/tax/inter-state' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "value" :7.5 }'
{}