Authorization: Bearer ********************{
"email": "string",
"properties": {
"property1": "string",
"property2": "string"
}
}curl --location --request POST 'https://api.ogoship.com/api/KlaviyoApi//profile' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"properties": {
"property1": "string",
"property2": "string"
}
}'{}