POST /api/v2/refresh
curl \
-X POST https://api.hcgateway.shuchir.dev/api/v2/refresh \
-H "Content-Type: application/json" \
-d '{"refresh":"string"}'
Request examples
{
"refresh": "string"
}
Response examples (200)
{
"token": "string",
"refresh": "string",
"expiry": "2024-05-04T09:42:00+00:00"
}