User.Frp.TokenAuthorization: Bearer ********************curl --location --request GET 'https://api.locyanfrp.cn/v2/user/frp/token?user_id' \
--header 'Authorization: Bearer <token>'{
"status": 200,
"message": "string",
"data": {
"frp_token": "string"
}
}