curl --location 'https://prorro.p4b.biz/operators/signin' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"license_key": "{{license_key}}",
"login": "{{operator_login}}",
"password": "{{operator_password}}"
}'{}