curl --location --request POST 'https://api.oraydev.cn/common/v1/authorization' \
--header 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36' \
--header 'Content-Type: application/json' \
--data-raw '{
"account": "string",
"password": "string"
}'
{
"access_token": "string",
"refresh_token": "string",
"refresh_expires": "string"
}