This is a test Laravel project that is being experimented on for personal development purpose.
The use of the codebase in not guaranteed.
Checkout repo. cd lab/ && ./vendor/bin/sail up
POST http://localhost:85/api/ticket
{
"registration_number": "AF1235",
"category": "c",
"discount_card": "card-gold"
}
PATCH http://localhost:85/api/checkout
{
"registration_number": "cf1235"
}