{ "refresh_token": "string" }
curl --location 'http://localhost:8080/user/refresh' \ --header 'Content-Type: application/json' \ --data '{ "refresh_token": "string" }'
{}