create event
Developing
POST
/events/create
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://party-currency-app-production-5074.up.railway.app/events/create' \
--header 'Authorization: Token 66b8590c0098e9110eff6f4d23f352b1c28bf7fe' \
--header 'Content-Type: application/json' \
--data-raw '{
"event_name":"Celebration of life",
"event_type":"backend wan kil me",
"start_date":"2025-01-30",
"end_date":"2025-01-31",
"street_address":"ile eja junction",
"city":"Ibadan",
"state":"Oyo",
"reconciliation_service":"False",
"post_code":"100213",
"LGA":"Ibadan North West"
}'
Response Response Example
{}
Request
Header Params
Authorization
string
optional
Example:
Token 66b8590c0098e9110eff6f4d23f352b1c28bf7fe
Body Params application/json