Authorization: Bearer ********************
curl --location '/api/bridgecalls' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "first_uuid": "string", "second_uuid": "string" }'
{ "status_code": 0, "status": "OK" }