off or pixel_onlyAuthorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//settings/tracking/tiktok/test-event' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"test_event_code": "string"
}'{
"success": true,
"data": {
"enqueued": true,
"test_event_code": "string",
"queued_event_id": "string"
},
"message": "string"
}