post http://localhost:3000/onboarding/applicants
Create an applicant
Log in to see full request history
Response
Create an applicant
xxxxxxxxxx
13curl --request POST \
--url http://localhost:3000/onboarding/applicants \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"documents": [
{
"type": "contract"
}
]
}
'
Try It!
to start a request and see the response here! Or choose an example: