cURL
curl --request POST \ --url https://api.example.com/api/ESigning/Requests/Reminder/Bulk \ --header 'Content-Type: application/json' \ --data '[ 123 ]'
OK
Was this page helpful?