I’m trying to get my head around their weird setup of Authorization in the Postman App on Windows. I want to send an API Key using x-api-key. I set it up and specify that it must be in the Authorization section of the Headers.
When I send the data using a GET command, the x-api-key is just sent as a Header and not part of the Authorization section.
Am I missing something? Or should the API Key option NOT be in the Authorization section? Is Postman changing the data sent without notifying why or what?
[User-Agent] => PostmanRuntime/7.44.1
[X-Api-Key] => kjf3336wk5CFoOAtuSNeeKWkzewSox
[X-Metadata-Page] => test5.php
[Authorization] =>
)
Is it not better to just build a cURL page that you can use for testing instead of Postman? Or will it not work in cURL too?

