curl --location --request DELETE 'https://apicfa.convirza.com/v2/customsource' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"custom_sources": [
0
]
}'{
"result": "string",
"err": "string",
"data": "string"
}