How to save a list of API results from ChatGPT API

My API action supposed to return three sets of text, each of them are formatted as seen in the image:

"O - [Opportunity]
PS - [Problem Space]
Q- [Quotes]

O - [Opportunity]
PS - [Problem Space]
Q- [Quotes]

O - [Opportunity]
PS - [Problem Space]
Q- [Quotes] "

I have a thing called Opportunities that has three data-fields of text that each of them supposed to hold one of the:
"O - [Opportunity]
PS - [Problem Space]
Q- [Quotes] "

How can I save the specific text that each of them supposed to hold?

Get it as JSON or wrap it to JSON format, then save it in DB