When making a call to the profile-subscription-bulk-create-jobs
I get error “Duplicate email subscribe found” 
POST https://a.klaviyo.com/api/profile-subscription-bulk-create-jobs Accept: application/vnd.api+json Authorization:  Klaviyo-API-Key **** Revision: 2025-01-15 Content-Type: application/vnd.api+json
{   "data": {     "type": "profile-subscription-bulk-create-job",     "attributes": {       "custom_source": "NA",       "profiles": {         "data": [           {             "type": "profile",             "attributes": {               "email": "johndoe2025041605@example.com",               "subscriptions": {                 "email": {                   "marketing": {                     "consent": "SUBSCRIBED",                     "consented_at": "2025-04-16T12:03:46.8339052-07:00"                   }                 }               }             }           }         ]       },       "historical_import": true     },     "relationships": null   } }
I get the following error.
{   "errors": [     {       "id": "90df49e8-981d-43a2-9ad2-9029eaa509e6",       "status": 400,       "code": "invalid",       "title": "Invalid input.",       "detail": "Duplicate email subscribe found",       "source": {         "pointer": "/data/attributes/profiles/data/0/attributes/subscriptions/email/marketing/consented_at"       },       "links": {},       "meta": {}     }   ] }

