curl --location --globoff '{{base_url}}/v1/sessions/async/identify' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"session_id": "string",
"photos": [
{
"sort_order": 0,
"photo_base64": "string"
}
],
"user_info": {
"id_number": "string",
"birth_date": "string"
}
}'{}