{
"rsvp_event": {
"name": "string",
"starts_at": "2022-11-09T16:25:58.099512Z",
"ends_at": "2022-11-09T16:25:58.099512Z",
"registration_deadline": "2022-11-09T16:25:58.099512Z",
"place": "string",
"open": true,
"registered_members_limit": 0,
"checkin_time_limit": 0,
"status": "draft",
"visible_since": "2022-11-09T16:25:58.099512Z",
"visible_until": "2022-11-15T16:25:58.099512Z",
"title": {
"en": "Text"
},
"lead": {
"en": "Text"
},
"content": {
"en": "Text"
}
}
}curl --location 'https://api.mpc.dev.placewise.com/v1/management/rsvp_events' \
--header 'X-User-Agent: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'X-Customer: 447' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json' \
--data '{
"rsvp_event": {
"name": "string",
"starts_at": "2022-11-09T16:25:58.099512Z",
"ends_at": "2022-11-09T16:25:58.099512Z",
"registration_deadline": "2022-11-09T16:25:58.099512Z",
"place": "string",
"open": true,
"registered_members_limit": 0,
"checkin_time_limit": 0,
"status": "draft",
"visible_since": "2022-11-09T16:25:58.099512Z",
"visible_until": "2022-11-15T16:25:58.099512Z",
"title": {
"en": "Text"
},
"lead": {
"en": "Text"
},
"content": {
"en": "Text"
}
}
}'{
"rsvp_event": {
"id": "string",
"name": "string",
"starts_at": "2022-11-09T16:25:58.099512Z",
"ends_at": "2022-11-09T16:25:58.099512Z",
"registration_deadline": "2022-11-09T16:25:58.099512Z",
"place": "string",
"open": true,
"registered_members_limit": 0,
"checkin_time_limit": 0,
"status": "draft",
"visible_since": "2022-11-09T16:25:58.099512Z",
"visible_until": "2022-11-15T16:25:58.099512Z",
"title": {
"en": "Text"
},
"lead": {
"en": "Text"
},
"content": {
"en": "Text"
},
"image": {
"url": "https://example.com/image.png",
"identifier": "1",
"mime_type": "image/jpeg",
"created_at": "2022-11-09T15:46:00.252860Z",
"updated_at": "2022-11-09T15:46:00.252860Z",
"image_details": {
"width": 1,
"height": 1
}
},
"registered_members_count": 0,
"checkin_members_count": 0,
"created_at": "2022-11-05T16:25:58.099512Z",
"updated_at": "2022-11-15T16:25:58.099512Z"
}
}