curl --request GET \
--url https://api.example.com/v1/password/leetspeak \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Convert a password to leetspeak (for demonstration, not security).
curl --request GET \
--url https://api.example.com/v1/password/leetspeak \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}