cURL
curl --request POST \ --url https://api.example.com/api/JobPosting/NotificationTemplate \ --header 'Content-Type: application/json' \ --data ' { "subject": "<string>", "body": "<string>" } '
OK
Was this page helpful?