{
"partner_id": "unique-ID-of-deal",
"email_freelancer": "freelancer@example.com",
"title": "Website redesign",
"description": "Project scope and deliverables",
"subcategory_id": 75,
"amount": "1500.00",
"currency": "PLN",
"copyright_transfer": "license",
"freelancer_language": "pl"
}curl --location 'https://sandbox.useme.com/api/2.0/deal/' \
--header 'Authorization: Token <here-paste-your-token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"partner_id": "unique-ID-of-deal",
"email_freelancer": "freelancer@example.com",
"title": "Website redesign",
"description": "Project scope and deliverables",
"subcategory_id": 75,
"amount": "1500.00",
"currency": "PLN",
"copyright_transfer": "license",
"freelancer_language": "pl"
}'{
"data": {
"payment_token": "string",
"freelancer_status": "new",
"status": "created"
}
}