curl --location --request POST 'https://api.byelabel.com/v1/calculate-tax' \
--header 'X-Workspace-Id: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"from_country": "st",
"to_country": "st",
"weight": {
"unit": "lb",
"value": 0
},
"price": {
"unit": "USD",
"value": 0
}
}'{
"success": true,
"payload": 0,
"transaction": {
"id": "string",
"response_time": 0
}
}