{
"refresh_token": "string"
}
curl --location --request POST '/api/v2/user/refresh-token' \
--header 'Content-Type: application/json' \
--data-raw '{
"refresh_token": "string"
}'
{
"access_token": "string",
"refresh_token": "string",
"expires_in": 0,
"token_type": "string"
}