Authorization: Bearer ********************curl --location '/credits' \
--header 'Authorization: Bearer <token>'{
"booking_credits": [
{
"course_id": 4,
"course_name": "Clinical Interview",
"credits": 5
}
],
"booking_money_balance": 120,
"currency": "GBP"
}