curl --location -g --request POST '/parking-lots/{{$number.int(min=1)}}/sessions/start' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"license_plate": "10-TST-9"
}'{
"message": "Session started",
"license_plate": "AB-12-CD"
}