curl --request POST \
--url https://api.orderly.org/v1/client/campaign/sign_up \
--header 'Content-Type: application/json' \
--data '{
"campaign_id": 123
}'
{
"success": true,
"timestamp": 1702989203989
}
Limit: 10 requests per 1 second
POST /v1/client/campaign/sign_up
curl --request POST \
--url https://api.orderly.org/v1/client/campaign/sign_up \
--header 'Content-Type: application/json' \
--data '{
"campaign_id": 123
}'
{
"success": true,
"timestamp": 1702989203989
}
OK
The response is of type object
.