Access For Role Edit
data
i_m_pos
i_owner_id
i_product
i_user_id
No Content
const response = await fetch('//api.client.nbcgate.tech/api/user/invite/role', { method: 'PUT', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "user_id": 0 }), }); const data = await response.json();
{ "errors": [ { "code": 0, "field": "text", "message": "text" } ], "message": "text", "statusCode": 0 }