try {
$body = array(
'email' => 'test123@.net',
'first_name' => 'test123',
'phone_number'=>'1234567898',
);
$response = $klaviyo->Profiles->createProfile($body);
print_r($response);
} catch (\Throwable $th) {
print_r($th->getMessage());
}
but getting this error i check my api and filed they are correct but still i am getting this error
[400] Client error: `POST https://a.klaviyo.com/api/profiles/` resulted in a `400 Bad Request` response:{"errors":[{"id":"8fbddd01-a6ce-4675-bdbd-5e987bea6685","status":400,"code":"invalid","title":"Invalid input.","detail": (truncated...)
