{ "new_password": "string" }
curl --location --request POST '/tenants//clients//reset_password' \ --header 'Content-Type: application/json' \ --data-raw '{ "new_password": "string" }'
{ "id": null }