Authorization: Bearer ********************{
"title": "Culture Fitness",
"name": "John Doe"
}curl --location 'http://localhost:3000/api/v1/assessment/auth/on-boarding/applicant-assessment-portal-link' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"title": "Culture Fitness",
"name": "John Doe"
}'{}