How to pass custom --form to REST API in OIC
Summary:
Hi there
We are looking for options to pass custom form-data attributes that one of the REST services accepts. Please check below attribute1 form field.
curl --location 'https://some-url.com' \
--header 'auth-token: 1' \
--form 'attribute1="Datahere"'
Can someone please help with the same?
Content (required):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
0