curl --request POST \
--url https://api.comm.com/api/v1/reset-password \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>",
"email": "[email protected]",
"password": "<string>",
"password_confirmation": "<string>"
}
'