curl --location --request POST 'https://api.peacom.co/eip/partner/onboard' \
--header 'apiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"user": {
"email": "john.doe@example.com",
"fullName": "John Doe",
"password": "ThisIsASecretPassword"
},
"company": {
"name": "Acme Commerce",
"phone": "84799865522",
"registrationNumber": "84799865522",
"address": "123 Wall Street",
"country": "US",
"currency": "USD",
"timezone": "America/New_York",
"linkUrl": "https://www.John"
}
}'