curl --location --request POST 'https://client-api.nudgescribe.com/v1/customer/check' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"workspace_id": "487eba13-d2f4-4d1f-ba17-e2422d930465",
"customer_group_id": "2fd8e2cc-ca46-4c0d-af1d-65c3443693c0",
"data_file": "unique_id,title,first_name,last_name,gender,age,language\nCUST004,Ms.,Alice,Brown,F,24,English\nCUST005,Mr.,Charlie,Davis,M,24,English"
}'{
"jobId": "string",
"message": "string"
}