Authorization: Bearer ********************{
"status": "true"
}curl --location --request PUT 'http://127.0.0.1:9897/api/laboratory/experiment/ipfs' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "true"
}'{"success":true,"message":null,"data":"default"}