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