Authorization: Bearer ********************curl --location --request POST '/users/1/byExtRelation/resetPassword?relStr' \
--header 'Authorization: Bearer <token>'{
"data": {
"email": "jon@doe.com",
"password": "zD2VqFKO554tdfWKOmGhw"
}
}