curl --location --globoff '{{base_url}}/v1/sessions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"external_id": "db357b80-8e96-42c4-8b96-2613bd8a37a7",
"ip_address": "95.214.210.79",
"additional_params": {
"lang":"uz",
"primary_color": "red",
"redirect_url":"https://proctoring.uz",
"theme":"light"
},
"client_type": "WEB"
// "user_info": {
// "id_number": "AB5206456",
// "birth_date": "01.09.1999"
// }
}'{}