I'm attempting to send a POST request to DeepL API, and I send my request I receive a 403 Forbidden Error, which says that the request 'is a legal request but the server refuses to respond to it' and I can't figure out why. I will attach the logs below, and if I'm missing any relevant data please let me know.
Request:
POST /v2/translate?text=Hello%20world&target_lang=DE HTTP/1.1
Request Log:
Request Headers
HOST: api.deepl.com
Content-Type: application/x-www-form-urlencoded
Accept: */*
DeepL-Auth-Key: 243xoxoxooxooxd7
User-Agent: PostmanRuntime/7.28.4
Postman-Token: 80409-486f-8c91-4c300e0d24c1
Accept-Encoding: gzip, deflate, br
Connection: keep-alive
Content-Length: 49
Request Body
Response Headers
Server: nginx
Date: Thu, 04 Nov 2021 15:10:47 GMT
Content-Length: 0
Connection: keep-alive
Access-Control-Allow-Origin: *
Response Body