GET
/r
curl \
--request GET 'http://api.example.com/r?d=string&sig=string'
Response examples (422)
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"ctx": {}
}
]
}