cURL
curl --request POST \ --url https://api.ck-itsolutions.nl/v1/user/reset-password \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "email": "<string>", "password": "<string>" } '
{}
Resets password of selected user
Plant to add to the store
User email address
New password for the selected user
Returns newly created filters with uuid as json.
The response is of type object.
object