curl --location 'https://mock.apidog.com/m1/1364933-0-default/refresh' \
--header 'Content-Type: application/json' \
--data '{
"token": "expired_auth_token"
}'{
"success": true,
"message": "Success",
"data": {
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
}
}