curl --request PUT \
--url https://api.example.com/api/career/goal \
--header 'Content-Type: application/json' \
--data '
{
"target_level": "junior",
"target_role_slug": "<string>",
"updated_at": "<string>"
}
'{
"available_roles": [
"<string>"
],
"goal": {
"target_level": "junior",
"target_role_slug": "<string>",
"updated_at": "<string>"
},
"is_explicit": true
}Set or update the user’s career goal target role and level.
curl --request PUT \
--url https://api.example.com/api/career/goal \
--header 'Content-Type: application/json' \
--data '
{
"target_level": "junior",
"target_role_slug": "<string>",
"updated_at": "<string>"
}
'{
"available_roles": [
"<string>"
],
"goal": {
"target_level": "junior",
"target_role_slug": "<string>",
"updated_at": "<string>"
},
"is_explicit": true
}