username:passwordAuthorization: Basic *****************{}curl --location --request GET 'http://providers.tripingram.local/flight/providers' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{}'{}