Authorization: ********************curl --location '/api/v1/scores' \
--header 'provider-system: ais-plan' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '[
{
"external_id": "1",
"name": "Отлично"
}
]'