api-key: ********************
curl --location --request POST '/auth/reset' \ --header 'api-key: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{ "token": "string", "password": "string", "scope": "professional" }'