Zend certified PHP/Magento developer

Set payment method with admin access token with rest api

I want to set the payment method on behalf of the customer, with the admin access token.
I don’t have the customer access token but I have the customerId
I used this API call: carts/{cartId}/payment-information it throw an error:
{
“message”: “Request does not match any route.”
}