curl --location --request POST 'https://app.stg.bidancer.com/api/business-service/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"tradingName": "string",
"nature": "government",
"officialEmail": "user@example.com",
"incorporationName": "string",
"incorporationCountry": "string",
"incorporationDate": "2019-08-24T14:15:22.123Z",
"incorporationType": "one_person_company"
}'