Authorization: Bearer ********************
curl --location --request POST 'http://laravel-api.cc/api/admin/refreshToken'
{
"code": 0,
"message": "success",
"data": {
"token": {
"token_type": "Bearer",
"expires_in": 7200,
"access_token": "9|xdPZWSCuaAiniuu0unlI8Jpj7UNdMGCQjrLHK4In71fa7dbc",
"refresh_token": "9|xdPZWSCuaAiniuu0unlI8Jpj7UNdMGCQjrLHK4In71fa7dbc"
}
}
}