{
"includes": [
"string"
],
"onboarding": {
"user": {
"business_category_id": 0,
"business_name": "string",
"full_name": "string",
"phone_number": "string"
},
"org_address": {
"label": "string",
"address_street": "string",
"address_city": "string",
"address_region": "string",
"address_postal_code": "string",
"address_country_code": "AD"
},
"business": {
"business_type": "string",
"booking_monthly_avg": "string",
"employee_size": "string",
"flecto_interests": [
"string"
],
"migrating_systems": [
"string"
]
}
}
}curl --location 'https://rnters-staging.herokuapp.com/api/me/onboarding' \
--header 'Authorization;' \
--header 'Auth0-IdToken;' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data '{
"includes": [
"string"
],
"onboarding": {
"user": {
"business_category_id": 0,
"business_name": "string",
"full_name": "string",
"phone_number": "string"
},
"org_address": {
"label": "string",
"address_street": "string",
"address_city": "string",
"address_region": "string",
"address_postal_code": "string",
"address_country_code": "AD"
},
"business": {
"business_type": "string",
"booking_monthly_avg": "string",
"employee_size": "string",
"flecto_interests": [
"string"
],
"migrating_systems": [
"string"
]
}
}
}'