cURL
curl --request POST \ --url https://chat.freedomgpt.com/api/v1/phone-call/end-call \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "callSid": "<string>" }'
{ "callStatus": "<string>" }
PhoneCall API