curl --location --request POST 'https://openapi.wateen.ai/api/Account/Login' \
--form 'client_id=""' \
--form 'client_secret=""'{
"access_token": "string",
"expires_in": 0,
"refresh_expires_in": 0,
"refresh_token": "string",
"token_type": "string",
"id_token": "string",
"notBeforePolicy": 0,
"sessionState": "string",
"scope": "string"
}