{
"taxRate": 0,
"vatType": "string",
"currency": "string"
}
curl --location --request POST 'https://gateway.storeharmony.com/cloudapi/user//setStoreFinancialInfo/' \
--header 'sessiontoken;' \
--header 'Content-Type: application/json' \
--data-raw '{
"taxRate": 0,
"vatType": "string",
"currency": "string"
}'
"string"