Authorization: Bearer ********************{
"items": [
{
"career_id": 1,
"explored_blocks": 4
}
]
}curl --location --request POST '/api/profile/explorations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"items": [
{
"career_id": 1,
"explored_blocks": 4
}
]
}'{
"msg": "ok"
}