username:passwordAuthorization: Basic *****************{
"ending_before": "string",
"limit": 0,
"starting_after": "string"
}curl --location --request GET 'https://apitest.wooshpay.com/v1/checkout/sessions//line_items' \
--header 'Accept: application/json' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ending_before": "string",
"limit": 0,
"starting_after": "string"
}'