curl --location --request POST 'https://openapi.wateen.ai/api/Account/RefreshToken' \
--header 'Content-Type: application/json' \
--data-raw '{
"refreshToken": "string",
"clientSecret": "string",
"clientId": "string"
}'{
"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"
}