curl --location 'https://stg-gateway.invora.app/api/identity/v2/registration/complete-profile' \
--header 'Content-Type: application/json' \
--data '{
"businessName": "string",
"country": "string",
"capabilities": [
"BUSINESS_CAPABILITY_UNSPECIFIED"
]
}'{
"tenantId": "string",
"businessName": "string",
"checklist": {
"steps": [
{
"key": "string",
"title": "string",
"completed": true
}
],
"completionRatio": 0
},
"clientId": "string",
"clientSecret": "string"
}