¿Como enviar el API Key en los headers?

Esta es una representación simple en formato cURL:

curl "https://sync.paybook.com/v1/..." \
-H "Authorization: api_key api_key=YOUR_API_KEY" \
.
.
.
1 me gusta