missing_fields list. Useful before first submission.Authorization: ********************curl --location '/v1/kyc/applications/me/draft?cursor=&limit=' \
--header 'Authorization: Bearer <token>'{
"prefilled_from_profile": true,
"first_name": "string",
"last_name": "string",
"address": {
"street": "string",
"city": "string",
"postal_code": "string",
"country": "st"
},
"missing_fields": [
"string"
],
"current_status": "string"
}