Title is self explanatory.
I cannot process customer creation with the SDK as the implementation is missing a API-Version header so it will read the following request properly:
{
"reference_id": "...",
"type": "INDIVIDUAL",
"individual_detail": {
"given_names": "mongster"
},
"email": "..."
}
Without it, API is returning an "API_VALIDATION_ERROR" with body.given_names is required error.