curl --location --request POST '/rsvp-event/order/maa-creation-finalization/?event=88619&chapter=642' \
--header 'Referer: https://gdg.community.dev/dashboard/gdg-jakarta/events/88619/registrations' \
--header 'X-Csrftoken: 7S0b1RR9bl5zfFmenxBp1du16RBCcp4nb6Z7L653IheKKR0qIrWPW6ENH84Io8uq' \
--header 'Content-Type: application/json' \
--data-raw '{
"attendee": {
"first_name": "tes",
"last_name": "tes",
"email": "info@gdgjakarta.org"
},
"ticket": 48510,
"signup_consent": true,
"send_confirmation_email": true
}'