Authorization: Bearer ********************{
"item_type": "career",
"item_id": 1
}curl --location --request POST '/api/profile/favorites' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"item_type": "career",
"item_id": 1
}'{
"property1": "string",
"property2": "string"
}