Register New Customer
This endpoint allows to register new customer
Request
POST <API base url>/customers
Body
{
"id": required string,
"timestamp": required date,
//When customer adds the first card, rewards for the specified offers will be accrued
//These offers should have `offerConditionType`: `registrationBonus (4)`.
"registrationBonusOfferIds": optional uint64[]
}
Response
On success:
{}