Change Password
Change the current user's password.
post /me/change-password
Accept: application/json
Content-Type: application/json
Authorization: Bearer {{(verb-var token)}}
{
"new_password": "NewSecureP@ss123"
}
Change the current user's password.
post /me/change-password
Accept: application/json
Content-Type: application/json
Authorization: Bearer {{(verb-var token)}}
{
"new_password": "NewSecureP@ss123"
}