I am integrating affirm into my website built with ASP classic and JQuery. In the affirm documentation it is asking to use cUrl or php to send my API keys and i'm extremely confused as how to accomplish this with my tech stack. Any help would be great. Thanks in advance. The documentation that I am referring to is linked below.
https://docs.affirm.com/affirm-developers/docs/create-a-charge
curl https://sandbox.affirm.com/api/v2/charges
-X POST
-u "{public_api_key}:{private_api_key}"
-H "Content-Type: application/json"
-d '{"checkout_token": "{checkout_token}","order_id": "{order_id}"}'