Authorization: Bearer ********************curl --location --request DELETE 'https://api.gatewayz.ai/user/api-keys/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"confirmation": "DELETE"
}'null