curl --location --request POST 'https://api.bots.business/v2/auth/sign_in' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"password": "#mypassword123"
}'{
"data": {
"id": 22425807,
"first_name": "Captain",
"last_name": "Cool",
"username": "username",
"telegramid": 123456789,
"language_code": "en"
}
}