In production you will authenticate with your Bikeflights.com username and password, in development you will be given a development login
curl -i -X POST \
https://sandbox.bikeflights.com/api/Authentication/login \
-H 'Content-Type: application/json' \
-d '{
"email": "user2332b5e4-df34-4c79-affe-0c12cdd402a6@bikeflights.com",
"password": "1Pass4Test!"
}'