curl --request POST \
--url https://api.example.com/api/Jobs/Sources \
--header 'Content-Type: application/json' \
--data '[
"<string>"
]'curl --request POST \
--url https://api.example.com/api/Jobs/Sources \
--header 'Content-Type: application/json' \
--data '[
"<string>"
]'OK
Was this page helpful?