username:password
Authorization: Basic *****************
{}
curl --location --request POST 'https://apitest.wooshpay.com/v1/checkout/sessions' \
--header 'Accept;' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '{}'
{}