POST
/auth
curl \
--request POST 'https://wuro.pro/api/v3.2/auth' \
--header "Content-Type: application/json" \
--data '{"api_key":"string","private_key":"string"}'
Request examples
{
"api_key": "string",
"private_key": "string"
}
Response examples (200)
{
"token": "string"
}