POST {{baseUrl}}/efris/update-stock-items{{token}} variable (typically provided as a Bearer token in the request headers).200 OK{
"success": true,
}
success indicating the outcome of the synchronization operation.curl --location --request POST 'https://auth.efris.kakasa.xyz/api/v1/efris/update-stock-items' \
--header 'Authorization: Bearer <token>'{}