What is Curl -u and -d Option got to do with Katalon

Dear Sir,

I am working hard with Katalon to verify the integration. In PayPal it is curl library using -u and -d option. My Question is how do I releate -d and -u to Katalon Studio? Can somebody advise?

  1. HTTP Header (for -H)
  2. HTTP Body
  3. Verification
  4. Variables
  5. Variables Editor

curl -v https://api.sandbox.paypal.com/v1/oauth2/token
-H “Accept: application/json”
-H “Accept-Language: en_US”
-u " client_id secret"
-d “grant_type=client_credentials”

Best regards,
Tiong

1 Like