I have the following api call:
This is an API call:
curl -Method:Post -ContentType “application/json” -Headers @{“X-Api-Key”=“3BQMO2LQ87M29hMnN9k”;“Accept”=“application/json”;“Authorization”=“Basic T0FTQU0gT0NJTyBSUEEgU2VydmljZSBBY2Nlc3M6RG1jUCpYTTJOQTVM=”} -Uri “https://api.sam.gov/entity-information/v2/entities?SAM=JM6G9”
I am trying to figure out how to use this information to configure the HTTP Request activity. I have tried using the endpoint with the api key but it is not working.