data.id as userId and include it as a query parameter on all subsequent requests for this customer.curl --location 'https://customers.coldmailreseller.com/api/v1/integration/users' \
--header 'cmr-x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "alice@company.com",
"firstName": "Alice",
"lastName": "Johnson",
"company": "Acme Corp",
"languagePreference": "en",
"addressLineOne": "123 Main Street",
"addressLineTwo": "Suite 400",
"city": "New York",
"state": "New York",
"country": "US",
"postalCode": "10001",
"phoneCc": "1",
"phone": "2125551234"
}'{
"status": 200,
"message": "User created",
"data": {
"id": "H8M9JV2S9HMPYFQW393AZHQVD4XM"
},
"actionId": "ACT_7a078272-0fa7-4db4-a85b-c78697dacea1"
}