curl --location --request POST 'auth/verify-email' \
--header 'Content-Type: application/json' \
--data-raw '{
"verficationToken": "514542"
}'{
"responseMessage": [
"Password changed successfully"
],
"responseCode": 200,
"responseData": {}
}