curl --location --request POST 'https://api.oraydev.cn/common/v1/authorize/refreshing' \
--header 'Content-Type: application/json' \
--data-raw '{
"refresh_token": "string"
}'
{
"access_token": "string",
"refresh_expires": "string",
"refresh_token": "string"
}