curl --location 'https://stg-gateway.invora.app/api/identity/v2/registration/select-plan' \
--header 'Content-Type: application/json' \
--data '{
"planCode": "string"
}'{
"subscriptionId": "string",
"checklist": {
"steps": [
{
"key": "string",
"title": "string",
"completed": true
}
],
"completionRatio": 0
}
}