curl --request POST \
--url https://api.promptmetrics.dev/auth/reset-password \
--header 'Content-Type: application/json' \
--data '
{
"email": "[email protected]",
"confirmation_code": "<string>",
"password": "<string>"
}
'curl --request POST \
--url https://api.promptmetrics.dev/auth/reset-password \
--header 'Content-Type: application/json' \
--data '
{
"email": "[email protected]",
"confirmation_code": "<string>",
"password": "<string>"
}
'