multipart/form-data so it can carry an archive file when needed.curl --location --request PATCH 'https://mock.apidog.com/m1/1126461-0-default/sources/' \
--header 'X-API-KEY: <api-key>' \
--form 'archive=@""' \
--form 'ref=""' \
--form 'global=""' \
--form 'force=""' \
--form 'url=""'{
"id": "string",
"sourceID": "string",
"name": "string",
"description": "string",
"authors": [
"string"
],
"homepage": "string",
"license": "string",
"type": "git",
"url": "string",
"ref": "string",
"ownerUserID": "string",
"lastSyncedAt": "string",
"lastSyncStatus": "ok",
"lastSyncError": "string"
}