X-API-KEY: ********************curl --location 'https://api.falken.ltd/api/camps//coaches' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"firstName": "string",
"lastName": "string",
"title": "string",
"credentials": "string",
"bio": "string",
"photoUrl": "string",
"linkedUserId": "e23daa67-56b4-4fc2-b28b-59df3b55335f",
"isLeadCoach": true,
"rank": 0,
"isRetired": true
}'