curl --location 'https://api.uat.sokin.com/corporates' \
--header 'x-api-version;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"corporateName": "Acme Technologies Ltd",
"registrationId": "12345678",
"dateOfIncorporation": "2020-01-15",
"doingBusinessAs": "string",
"natureOfBusiness": "62020",
"taxNumber": "string",
"website": "string",
"corporateCategory": {},
"customerExpectedTransactionValue": {},
"customerExpectedAmountVolume": {},
"outgoingTransactionValuePerYear": {},
"yearsOfTrading": {},
"annualRevenue": {},
"annualFxVolumeInUsd": {},
"businessAddress": "123 Business Street",
"country": "GB",
"postalCode": "string",
"city": "London",
"stateOrProvince": "string",
"isSameOperatingAddress": true,
"operatingAddress": "string",
"operatingAddressCountry": "string",
"operatingAddressPostalCode": "string",
"operatingAddressCity": "string",
"operatingAddressStateOrProvince": "string",
"contactName": "John Smith",
"corporateEmailAddress": "contact@acme-tech.com",
"phoneNumber": "+441234567890",
"notificationEmail": "string",
"paymentQueriesContactName": "string",
"paymentQueriesEmailAddress": "string",
"paymentQueriesMobileNo": "string",
"isExistingBankAccount": true,
"bankAccountDetails": "string",
"isDispute": false,
"disputeDetails": "string",
"isBankruptcy": false,
"bankruptcyDetails": "string",
"isRegulated": false,
"regulatedDetails": "string",
"anticipateReceivingPayment": "string",
"purposeOfReceivingPayment": "string",
"anticipateSendingPayment": "string",
"purposeOfSendingPayment": "string",
"intendPaymentCountry": "string",
"receivePaymentCountry": "string",
"makeReceivePaymentCurrency": "string",
"sourceOfFunds": [
"string"
],
"sourceOfFundsInfo": "string",
"planToUseSokinServices": [
"string"
],
"otherPlan": "string",
"briefBusinessDescription": "stringstringstringstringstringstringstringstringstringstring",
"referenceId": "string"
}'