cURL
curl --request POST \ --url https://api.example.com/user/partner-promotion-requests \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "email": "<string>", "org_name": "<string>", "edu_category": "<string>", "target_role": "partner" } '
{ "request_id": 123, "status": "<string>", "name": "<string>", "email": "<string>", "org_name": "<string>", "target_role": "<string>", "requested_at": "2023-11-07T05:31:56Z", "edu_category": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response