curl --request POST \
--url https://staging.cutmake.ai/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://staging.cutmake.ai/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": {}
}
]
}Successful Response