how to store this response from external API to an existing table using stored procedure. I need to store the joined date , employee id
from api response:
"Employee joined Date","Employee ID","Job ID","Status" "2023-06-09T09:32:49",123456","REF11","Open"
"2023-07-09T09:32:49",1234516","REF101","closed"
"2023-08-09T09:32:49",1234567","REF121","Open"