Authorization: Bearer ********************{
"code": "string",
"entry": "string"
}curl --location --request POST '/api/v1.0/authorization/feishu/login' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"entry": "string"
}'{
"code": 0,
"msg": "string",
"data": {
"token": "string",
"refreshToken": "string"
}
}