POST
/api/v1/life-stage/reorder
curl \
--request POST 'https://api.plannrcrm.com/api/v1/life-stage/reorder' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"order":["fee98c73-c29d-4d60-8b85-bef1191457f4","eb28730d-f6a3-43d1-a4ac-71ba2e6b34d1","9f0a5d50-7fbd-4b3e-8cc6-0726f7463086"]}'
Request examples
{
"order": [
"fee98c73-c29d-4d60-8b85-bef1191457f4",
"eb28730d-f6a3-43d1-a4ac-71ba2e6b34d1",
"9f0a5d50-7fbd-4b3e-8cc6-0726f7463086"
]
}