cURL
curl --request POST \ --url http://sandbox.mintlify.com/soon \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "id": 123, "tag": "<string>" } '
{ "name": "<string>", "tag": "<string>" }
Creates a new soon in the store
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
soon to add to the store
The name of the soon
Identification number of the soon
Tag to specify the type
soon response