post
https://api.accelevents.com/rest/host/event//speaker
Using this API, you can create a new speaker for a particular event.
You need to send SpeakerDTO as a request body, which contains information like firstName, lastName, email etc.
If a speaker with the same email already exists you will get the error 4068906.
This API can be used by authenticated users only, and it will require super admin, event admin, and event staff level access.