curl --request GET \
--url https://api.example.com/api/career/coaches{
"coaches": [
{
"company": "<string>",
"follow": "<string>",
"gap": "<string>",
"learn": "<string>",
"name": "<string>",
"title": "<string>",
"why": "<string>",
"your_move": "<string>"
}
],
"target_level": "",
"target_role": ""
}Generate personalized coach recommendations based on career gaps.
curl --request GET \
--url https://api.example.com/api/career/coaches{
"coaches": [
{
"company": "<string>",
"follow": "<string>",
"gap": "<string>",
"learn": "<string>",
"name": "<string>",
"title": "<string>",
"why": "<string>",
"your_move": "<string>"
}
],
"target_level": "",
"target_role": ""
}