post https://api.piriod.com/addons/
Creates a new Addon object.
Response
Creates a new Addon object.
xxxxxxxxxx
11curl --request POST \
--url https://api.piriod.com/addons/ \
--header 'Authorization: Token YOUR_USER_API_KEY' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'x-simple-workspace: YOUR_ORGANIZATION_ID' \
--data '
{
"apply_scheme": "one_time"
}
'