To relate collection types using a post request, you need to send the body data like:
{
data: {
customer: [id] #this is the id of the customer collection type
}
}
To relate collection types using a post request, you need to send the body data like:
{
data: {
customer: [id] #this is the id of the customer collection type
}
}