Change account password
POST/accounts/ {account}/ actions/ change-password/ 
v1
POST
changeAccountPassword
Request
Responses
Usage examples
- cURL
 
$ curl \
    --fail \
    --location \
    -X POST \
    -d '{"password":"string"}' \
    -H "Authorization: Bearer $MITTWALD_API_TOKEN" \
    -H 'Content-Type: application/json' \
    https://api.mittwald.de/v1/accounts/string/actions/change-password