curl --request PUT \
--url https://spark.test.woodcore.co/api/v2/loops/entries/Bvn/{value} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"Bvn": "1234567532"
}
'{}curl --request PUT \
--url https://spark.test.woodcore.co/api/v2/loops/entries/Bvn/{value} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"Bvn": "1234567532"
}
'{}