set -x | |
curl \ | |
--request POST \ | |
--url http://localhost:4999 \ | |
--header 'Content-Type: application/json' \ | |
--data '{"inputs": ["Please embed me", "En en en mij ook, alsjeblieft !!!"]}' \ | |
-w "\n" | |
set -x | |
curl \ | |
--request POST \ | |
--url http://localhost:4999 \ | |
--header 'Content-Type: application/json' \ | |
--data '{"inputs": ["Please embed me", "En en en mij ook, alsjeblieft !!!"]}' \ | |
-w "\n" | |