username:passwordAuthorization: Basic *****************{
"name": "Aloha"
}curl --location --request POST 'https://stg-api-hub.suntraveltech.com/cms/v1/clients' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Aloha"
}'{
"client_id": "ogy64Ji1E4VY0S8b99oGDlDCRk5ZO3",
"client_secret": "oSAa14Q1Ne6iSqVLs4nfG7p12K6cyv67PyV3L509",
"name": "Aloha",
"secure_key": "QX9f276HW4fyL38Jto0pi9WVa40yLRpW0jsKN033",
"updated_at": "2006-01-02T03:04:05Z",
"updated_by": "editor"
}