I can successfully call get api in the uapi, but have yet to get a post
to work... any ideas out there? $curl = new Curl();// we successfully
get our token // testing
code$curl->setHeader('authorization','jamf-token
'.$token);$curl->setHeader('accept...