cURL
curl --request POST \ --url https://api.example.com/payment/deepstart/application \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "company": "<string>", "ceo": "<string>", "funding": "<string>", "founded_on": "<string>", "website": "<string>", "id": "<string>", "uid": "<string>", "created_at": 123, "status": "pending", "deal": "<string>" } '
{ "company": "<string>", "ceo": "<string>", "funding": "<string>", "founded_on": "<string>", "website": "<string>", "id": "<string>", "uid": "<string>", "created_at": 123, "status": "pending", "deal": "<string>", "email": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response