404.X-API-Key: ********************Authorization: Bearer ********************curl --location '/v1/managed-profiles/' \
--header 'X-API-Key: <api-key>'{
"managedProfile": {
"contactEmail": "user@example.com",
"createdAt": "2019-08-24T14:15:22.123Z",
"creationSource": "manager",
"customerType": "individual",
"deletedAt": "2019-08-24T14:15:22.123Z",
"externalSubjectId": "string",
"profileId": "faebe71b-2bf8-4bdb-9b67-258e4d6aa00a",
"status": "active",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
}