Authorization: Bearer ********************
{
"record_id": 1396296,
"services": [
{
"item_id": 3893664,
"count": 1
}
],
"attachments": [1]
}
curl --location -g --request POST '/api/sign/personalized-sign-invite?arc_code={{arc_code}}&system_code={{system_code}}&package_uuid=00000' \
--header 'x1-gp-color: {{IS_GRAY}}' \
--header 'Authorization: std_token3ff405973ea91aa5884f7a4560b838f5' \
--header 'Content-Type: application/json' \
--data-raw '{
"record_id": 1396296,
"services": [
{
"item_id": 3893664,
"count": 1
}
],
"attachments": [1]
}'
{}