Authorization: Bearer ********************
curl --location --request POST '/passkey/delete-passkey' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": "string" }'
{ "status": true }