curl --request POST \
--url https://api.firstpromoter.com/api/v2/affiliate/contract_documents/draft \
--header 'Account-ID: <account-id>' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"contract_id": 123,
"details": {
"email": "<string>",
"profile": {
"first_name": "<string>"
}
}
}
'