curl --location --request GET 'https://mock.apidog.com/m1/1052146-0-default/auth/oauth//callback?code'{
"success": true,
"code": "LOGIN_OK",
"message": "Authenticated",
"data": {
"tokenType": "Bearer",
"accessToken": "string",
"expiresIn": 900,
"refreshToken": "string"
},
"meta": {
"page": 1,
"perPage": 50,
"total": 1
}
}