Resource-specific Headers

Depending on the resource type, the following headers apply.

Accept & Content-Type

Accept: application/json	
Content-Type: application/json;charset=UTF-8

Authorization

Authorization: Basic username: password	

The username:password must be BASE64 encoded.