username:password
Authorization: Basic *****************
curl --location --request GET '/Contacts' \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data-raw '{ "SortOrder": "FirstName_Desc" }'