POST
/actions/persons/{person_id}/departments/add
curl \
--request POST 'http://api.example.com/actions/persons/a24a6ea4-ce75-4665-a070-57453082c25/departments/add' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/x-www-form-urlencoded" \
--data 'department_id=a24a6ea4-ce75-4665-a070-57453082c25'
Response examples (201)
{
"id": "string",
"department_id": "string"
}