cURL
curl --request PUT \ --url https://dashboard.gratian.pro/api/client/account/password \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "password": "<string>", "password_confirmation": "<string>" }'
[ "<string>" ]
Update the authenticated user’s password. All existing sessions will be logged out immediately.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
No content
The response is of type string[].
string[]