Urgent Help- Bad Request 400

I am getting an error when I copy paste the input from the API documentation of our vendor. I passed all header keys as well. This is the body input I posted

curl --location ‘https://eve.idfy.com/v3/tasks/async/verify_with_source/uan_employment_check
–header ‘api-key: 12345’
–data ‘{
“task_id”: “123”,
“group_id”: “1234”,
“data”: {
“phone_number”: “8197XXXXXX”,
“employee_name”: “Akash S Nambiar”,
“employer_name”: “Apple”
}
}’

Tell me where I am wrong