Reading Json file and calling a post api with each email and token
I have a outpout.json file which contains email and token as a key value pair and i want to call a post api for each of these email in a shell script but it is calling the api only once for the first email and token not the next one
{ "[email protected]":"9RN_5atv9F1e0zCKrkjRHQP1IYu1Wknz", "[email protected]":"2Is864BMgiocY0gveVZZSelB4YT5fP-G" }