curl --request POST \
--url https://api.example.com/api/v1/auth/reset-password-request \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}curl --request POST \
--url https://api.example.com/api/v1/auth/reset-password-request \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.vinmake.com/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response