Authorization: Bearer ********************
{
"user": "demo@langbot.app",
"recovery_key": "B65E8D",
"new_password": "langbot123456"
}
curl --location --request POST '/api/v1/user/reset-password' \
--header 'Content-Type: application/json' \
--data-raw '{
"user": "demo@langbot.app",
"recovery_key": "B65E8D",
"new_password": "langbot123456"
}'
{}