Sign inGet started

Change password

POST
/me/password
Set a new password for the current user.
Payload permintaan
currentPassword
string
wajib
The current password as an extra precaution.
newPassword
string
wajib
The new password to set.
Contoh kode
curl -X POST 'https://api.bird.com/me/password' \
  -H 'Authorization: AccessKey YOUR_ACCESS_KEY'