Authorization: ********************{
"current_password": "pa$$word",
"password": "pa$$word",
"password_confirmation": "pa$$word"
}curl --location --request PATCH 'https://diveraid.test/api/v1/profile/password' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"current_password": "pa$$word",
"password": "pa$$word",
"password_confirmation": "pa$$word"
}'{
"status": "success",
"message": "string",
"data": {
"token": "string",
"token_type": "Bearer",
"expires_in": 0
}
}