Retrieves multiple customer profiles.
POST
/v2/customers/bulk-retrieve
Retrieves multiple customer profiles.
This endpoint takes a list of customer IDs and returns a map of responses.
The IDs of the customer profiles to retrieve.
A map of responses that correspond to individual retrieve requests, represented by key-value pairs.
Each key is the customer ID that was specified for a retrieve request and each value is the corresponding response. If the request succeeds, the value is the requested customer profile. If the request fails, the value contains any errors that occurred during the request.