curl --request GET \
--url https://api.example.com/api/career/goal{
"available_roles": [
"<string>"
],
"goal": {
"target_level": "junior",
"target_role_slug": "<string>",
"updated_at": "<string>"
},
"is_explicit": true
}Get the user’s career goal (explicit or auto-detected from best fit).
curl --request GET \
--url https://api.example.com/api/career/goal{
"available_roles": [
"<string>"
],
"goal": {
"target_level": "junior",
"target_role_slug": "<string>",
"updated_at": "<string>"
},
"is_explicit": true
}