curl --location 'registration/3058/7557' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"persona": "visitor",
"fields": {
"fullname": "John Does",
"email": "test@micetribe.com",
"phone": "974466666666",
"job_title": "Software engineer",
"upload": "https://plan.staging.micetribe.com/assets/images/logoWithoutText.svg",
"organization": "MICEtribe Company",
"country": "QAT"
},
"barcode": "TPBHJ4GY"
}'{
"message": "Registration created successfully.",
"registration_id": "695127ef5dc91e6b6604d0c2",
"barcode": "FJF82QPZ"
}