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