Authorization: ********************curl --location --request PUT '/api/v1/electronic_journals//item/?_method=PUT' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"visit_id": "1",
"scores": [
{
"id": "2",
"form_id": "1",
"other_type_id": "1",
"score_id": "3"
}
]
}'