Authorization: ********************curl --location '/api/v1/orders' \
--header 'provider-system: ais-student' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '[
{
"PrikazNum": "string",
"PrikazDate": "2022-04-01",
"PrikazStatus": "string",
"PrikazStatusDate": "2022-04-01",
"Profiles": [
"c70eb0421ccad2fb019f81c9ae61b3c6",
"1f19411f42fb8b723fd2443eb8150a9f"
]
}
]'