curl --location --request POST 'https://api.hamkaran.cloud/api/hamkaran/v1/create_call' \
--header 'key: {{Hamkaran Webservice key}}' \
--form 'src="903"' \
--form 'dst="9197511420"' \
--form 'opt_name="Asiatech"' \
--form 'pstn_id="0"'
{
"msg": "Originate successfully queued",
"code": "1",
"data": {
"status": "OK",
"status_text": "OK (13ms)",
"company": "شرکت طرح و توسعه پردازش همکاران",
"tenant": 100,
"ext": "902"
}
}