Hello. I'm new to payload and I'd like to perform a POST request on one of my collections to add new data from a python script. However, I'm not being able to Authenticate the POST request. Can you help me with this?
curl --request POST
--url http://local.nmas.live:3000/api/redirects
--header 'Authorization: API-Key 3138e9f8-5779-48d1-a732-782122600148'
--header 'Content-Type: application/json'
--data '{
"from": "/a/",
"to": "/b/",
"permanent": true
}'