Create - SenderIdentity
POST {{apiBaseUrl}}/v1/senderIdentities/create
Creates a new sender identity by taking the name and email address. Multiple sender identities can be created.
Request Body
{"name"=>"Hank White", "email"=>"hankwhite@cubeflakes.com"}
RESPONSES
status: Created
{"senderIdentityId":"83ce0ec3-bdbd-4f8a-8d1d-5437bfa296d8"}